Use the ConvertStringToXml Activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The ConvertStringToXml activity can be used to convert an input string and return an XML (Extensible Markup Language) value.

The ConvertStringToXml activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirement for the ConvertStringToXml activity is InputString.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs InputString The input string to convert to an XML (Extensible Markup Language) value.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to ConvertStringToXml by default.

Outputs OutputObject The converted object.

ConvertStringToXml activity properties

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Back to top